Attached patch updates the xm man page for the listing of
authoremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 17 Feb 2006 22:00:05 +0000 (23:00 +0100)
committeremellor@leeni.uk.xensource.com <emellor@leeni.uk.xensource.com>
Fri, 17 Feb 2006 22:00:05 +0000 (23:00 +0100)
block/network/vtpm devices.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
docs/man/xm.pod.1

index 109535b558a85f7d7242d0c679947a555a835ef0..18b055d5be6f5119dac589f42c7ab99a78b4e689 100644 (file)
@@ -683,10 +683,10 @@ block-list> to determine that number.
 FIXME: this is currently B<broken>.  Even though a block device is
 removed from domU, it appears to still be allocated in the domain 0.
 
-=item B<block-list> I<domain-id>
+=item B<block-list> I<[-l|--long]> I<domain-id>
 
 List virtual block devices for a domain.  The returned output is
-sexpression formatted.
+formatted as a list or as an S-Expression if the '--long' option was given.
 
 =head2 NETWORK DEVICES
 
@@ -738,10 +738,17 @@ I<devid> is the virtual interface device number within the domain
 FIXME: this is currently B<broken>.  Network devices aren't completely
 removed from domain 0.
 
-=item B<network-list> I<domain-id>
+=item B<network-list> I<[-l|--long]> I<domain-id>
 
 List virtual network interfaces for a domain.  The returned output is
-sexpression formatted.
+formatted as a list or as an S-Expression if the '--long' option was given.
+
+=head2 VIRTUAL TPM DEVICES
+
+=item B<vtpm-list> I<[-l|--long]> I<domain-id>
+
+Show the virtual TPM device for a domain.  The returned output is
+formatted as a list or as an S-Expression if the '--long' option was given.
 
 =back